object Form1: TForm1 Left = 200 Top = 99 Width = 435 Height = 300 Caption = 'Form1' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Icon.Data = {} PixelsPerInch = 96 WindowState = wsMinimized OnCreate = FormCreate TextHeight = 16 object Timer1: TTimer Interval = 2000 OnTimer = Timer1Timer Left = 199 Top = 122 end end